@charset "utf-8";
/* CSS Document */

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#a1a1a1;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#a1a1a1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#a1a1a1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#a1a1a1;
}

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#a1a1a1;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#a1a1a1;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#a1a1a1;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#a1a1a1;
}
.hmp6_w2 form{
	margin-top:15px;
	width:100%;
	}
.hmp6_w2 form input {
	line-height:50px;
    outline: none;
    width: calc(100%/3 - 21px);
    height: 50px;
    color: #a1a1a1;
	float:left;
    font-size: 14px;
	border:none;
    border-bottom: 1px solid #6d6d6d;
	border-radius:0;
	padding-left:5px;
    background: none;
    margin-right: 21px;
    font-family: "微软雅黑";
}
.hmp6_w2 form textarea {
    clear: both;
	border:none;
	border-bottom: 1px solid #6d6d6d;
    height: 100px;
    background: none;
    resize: none;
    outline: none;
    color: #a1a1a1;
    font-size: 14px;
    padding-top: 60px;
	padding-left:5px;
    width: calc(100% - 7px);
    font-family: "微软雅黑";
}
.hmp6_w2 form .inputsub {
	border:none;
	border-radius:0;
	background-color:#9f9f9f;
    color: #404040;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 120px;
    height: 30px;
    display: block;
	font-weight:bold;
	margin-top:26px;
	cursor:pointer;
}
.hmp6_w2 form .inputsub:hover{
	background-color:#ffb82b;
	opacity:1;
	color:#fff;
	transition: all 0.4s linear;
	}
